Home > biomechZoo > Toolbox > Biomech Ops > massnormalize_data.m

massnormalize_data

PURPOSE ^

data = MASSNORMALIZE_DATA(data,ch,type) mass normalizes the amplitude of force, moment, or

SYNOPSIS ^

function data = massnormalize_data(data,ch,type)

DESCRIPTION ^

 data = MASSNORMALIZE_DATA(data,ch,type) mass normalizes the amplitude of force, moment, or
 power channels

 ARGUMENTS
  data     ...  Zoo data
  ch       ...  Channel(s) to operate on (single string or cell array of strings)
  type     ...  Type of data channel (string): e.g. 'Forces','Moments', or 'Power').
                Default, algorithm searches channel name for type identifiers

 RETURNS
  data    ...  Zoo data with differentiated chanels appended with suffix '_dot'

 Notes
 - mass will be extracted from data

 See also bmech_massnormalize

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005